don't dist the generated babl.pc file.
authorSven Neumann <sven@gimp.org>
Thu, 1 Sep 2005 15:20:22 +0000 (15:20 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 1 Sep 2005 15:20:22 +0000 (15:20 +0000)
2005-09-01  Sven Neumann  <sven@gimp.org>

* Makefile.am: don't dist the generated babl.pc file.

Makefile.am

index 4c3528d4f9ad5bb7c0d839086ff75067fd31305d..9a86a35d5bf45de7a0fed0dabd23a8d4de971bd8 100644 (file)
@@ -8,21 +8,21 @@ SUBDIRS = babl        \
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = babl.pc
 
-built_dist_files =     \
-       README          \
-       babl.pc
-
-EXTRA_DIST = $(built_dist_files) \
-       AUTHORS         \
-       COPYING         \
-       INSTALL         \
-       NEWS            \
-       ChangeLog       \
-       autogen.sh      \
+built_dist_files = README
+
+EXTRA_DIST = \
+       $(built_dist_files)     \
+       AUTHORS                 \
+       COPYING                 \
+       INSTALL                 \
+       NEWS                    \
+       ChangeLog               \
+       autogen.sh              \
        babl.pc.in
 
-DISTCLEANFILES = $(built_dist_files)
-
+DISTCLEANFILES = \
+       $(built_dist_files)     \
+       babl.pc
 
 .PHONY: snapshot